home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
COMMADIO
/
EASYNET.LZH
/
CONFIG1.NET
< prev
next >
Wrap
Text File
|
1988-01-06
|
581b
|
15 lines
COMPUTER COMP1 ;sets the computers network name
NETWORK 2 ;type of network leave unchanged
agents 1 ;allows another user to access this computer
lastdrive Z ;sets the last accessable drive in DOS
echo ;shows the network loaded
break ON ;DOS <CRTL> <BREAK>
port com1 ;set the com port to be used by the network
baud 19.2k ;sets the baud rate of the computer serial port
; sets the redirected drives for the computer
use i: \\comp2\a:\ ;your local drive I is on the remote computer
use j: \\comp2\c:\ ;your local drive J is on the remote computer